
Changes/Fixes Made for .902

- password input field in Edit Bio area set to type=password
- rewrote admin/user stuff so that admins are just users with special privileges
- updated install file with the new user table changes needed for the changes
made to user/admin stuff
- fixed adding story for admin: now adds chapters correctly, passes along the UID
of users, removed slashes (escaped characters), made spacing display properly
- fixed databasepath in user.php login area
- added list of current authors in the Authors area, with an Edit form
- added Delete link, seen when editing a user


Changes/Fixes Made for .903

- changed mySQL connection to no longer be a persistent connection
- made it so that admin created names must only contain alphanumerical characters
- fixed searching "all categories" bug
- fixed length of field in stories table for characters, genres, and warnings (up to max of
255 alphanumerical characters)
- fixed slashes in e-mail comments sent to authors
- fixed slashes in addstory preview
- fixed admin editing user bug (it asking for e-mail)
- made it so that if no e-mail is input for a user, [Contact] doesn't show up on viewuser.php
- fixed moving of chapters, and completion of stories in admin area
- fixed all the adding story bugs in admin area (I hope!!)

Changes/Fixes Made for .904

- spacing of categories in storyblock display fixed
- fixed add story instructions
- added logout capability
- having a character for each category is no longer required
- if a user forgets a required field, the form page reloads with the missing field in red text
- added link to e-mail sent to admins about submitted stories

Changes/Fixes Made for .905

- removed my own e-mail address as sender for reviews ;)
- made genres not required if none exist
- added way to insert new category easily into appropriate order
- printable pop-up page no longer uses CSS info
- members website URL now opens in new window
- categories can now be displayed in columns on categories.php and index.php
- number of stories in each category displayed next to it
- multiple chapter stories now have an index type page that displays the info for all chapters
- added next, previous arrows next to jumpmenu on viewstory.php
- editing stories now fixed, so that it works if there are no genres or characters
- locked categories on story select for new stories now display, but will disable submit button if selected
- logout link can be on every page
- titles.php page created, so now you can view stories by title
- number of reviews field added to storyblock
- added recently updated/added block for front page
- fixed bug where story wasn't showing in viewstory.php if storing files was set to mySQL

Changes/Fixes Made for .906

- personal skin choice stays even when viewing admin area
- modified penname folders in stories folder to be chmoded to 777 -- stories within those folders can now be deleted.
- contacting author form requires that e-mail field be filled out
- stories in categories now in order from recent to oldest
- admin set at install now has a userskin associated with it
- reviews are specific to chapters now. You can view individual chapter reviews as well as all at once.
- added {totalstories} and {totalauthors} to index.php
- made it so that servers with magic_quotes off can still use the script
- categories now display in set display order in categories.php and index.php
- fixed the Yes/No letters so that they have return address set properly
- added a choice for which chapters to search in categories sorting menu

Changes/Fixes Made for .907

- fixed adding chapters link in admin area
- fixed simple search
- made admin added during install have a "member since" date
- fixed add review link in viewstory.php
- reviews should now display in the correct order
- reviewslink settings now set properly (shows when it should, doesn't when it shouldn't)
- editing stories now shows previously set warnings
- featured/updated stories on index.php now have warning pop-up if necessary.
- added first chapter features to storyindex.php
- fixed the spacer (>) for categories on viewstory.php